ExamPlay Light Logo
登入

Computer Science for IGCSE & O level - Programming (Section 10 - No. 40)

In the context of programming, what does "TotalWeight = TotalWeight + Weight" represent?
Assigning the value of Weight to TotalWeight.
Adding the current value of TotalWeight and the value of Weight and assigning the result to TotalWeight.
Subtracting Weight from TotalWeight.
Multiplying TotalWeight by Weight.

解释

This is an accumulation pattern where the current value of the variable on the left is incremented by the value on the right.

评论 (0)

登录发表评论
广告
BrainBehindX Inc Logo
©2026; 供电 BrainBehindX Inc